home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / sum < prev    next >
Text File  |  1994-04-25  |  245b  |  12 lines

  1. sum:
  2.  
  3. Syntax:    sum ( A )
  4.  
  5. Description:
  6.  
  7.     Sum computes the sum of a matrix. The return object is a row
  8.     matrix which contains the sum of each column of the input.
  9.  
  10.     If the input is a vector (row-matrix) then the sum of the
  11.     elements is returned. 
  12.